home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr05 / r_wnds10.zip / APPSETUP.INF next >
INI File  |  1995-02-08  |  9KB  |  238 lines

  1.  
  2. [infofile]
  3.     filename= README.1ST
  4.     appname, Reminder 1.01
  5. ;    exefile  = "\notepad.exe \readme.1st"
  6.     exefile  = "#W\notepad.exe readme.1st"
  7.     message  = "Do you want to view the readme file?"
  8.     
  9. ; -------------------------------------------------------------
  10. ; *************************************************************
  11. ; -------------------------------------------------------------
  12. ; DIALOG
  13. ; -------------------------------------------------------------
  14. ; *************************************************************
  15. ; -------------------------------------------------------------
  16. ; The [dialog caption] section is used to define the caption
  17. ; of the windows that are shown in the INSTALL program.
  18. ; -------------------------------------------------------------
  19.  
  20. [dialog]
  21.     caption = "Reminder Installation"
  22.     Info, YES    ;Determines whether the introductory dialog 
  23.             ;will be displayed. NO hides it
  24.     DirSelect, YES  ;Determines whether the dir prompt dialog
  25.                     ;will be displayed. NO hides it
  26.                     
  27.  
  28. [data]
  29.     defdir = C:\REMINDER
  30.  
  31.  
  32. [disks]
  33.     1 =., "INSTALL"
  34.  
  35.  
  36.  
  37. [needed.space]
  38.     minspace = 20000
  39.  
  40.     
  41.  
  42.  
  43. [dest.directories]
  44.     #app.main,    0:
  45. ;    #app.SETUPSYSDIR,    0:SETUPSYSDIR
  46. ;    #app.SETUPWINDIR,    0:SETUPWINDIR
  47.  
  48.  
  49. [app.main]
  50.     1:REMINDER.EXE,    "Application Main Module"
  51.     1:REMINDER.HLP,    "Application Help File"
  52.     1:REMINDER.TXT,    "Application Text File"
  53.     1:README.1ST,    "##WReadme File"    ; This shows the literal ## non-macro
  54.     1:REGISTER.TXT, "Registration Information"
  55.     1:REMINDER.ICO, "Icon File For Reminder"
  56. ; -------------------------------------------------------------
  57. ; This is the file list for the \WINDOWS\SYSTEM directory.
  58. ; -------------------------------------------------------------
  59.  
  60. ;[app.SETUPSYSDIR]
  61. ;    1:README,        "##WReadme File"    ; This shows the literal ## non-macro
  62.  
  63.  
  64. ; -------------------------------------------------------------
  65. ; This is the file list for the \WINDOWS\SYSTEM directory.
  66. ; -------------------------------------------------------------
  67.  
  68. ;[app.SETUPWINDIR]
  69.  
  70.  
  71. ; -------------------------------------------------------------
  72. ; *************************************************************
  73. ; -------------------------------------------------------------
  74. ; PROGMAN.GROUPS
  75. ; -------------------------------------------------------------
  76. ; *************************************************************
  77. ; -------------------------------------------------------------
  78. ; The syntax for each group name is:
  79. ;
  80. ;     groupname, [groupfile.grp]
  81. ;
  82.  
  83. [progman.groups]
  84.     "Reminder", REMINDME.GRP
  85.     "StartUp" , STARTUP.GRP
  86.  
  87.     
  88. ; *************************************************************
  89. ; USER-DEFINED PROGMAN.GROUPS
  90. ; *************************************************************
  91. ; This section describes the Program Item Icon to add to the
  92. ; Program Group defined in the section heading.
  93. ;
  94. ; In each section like this one, you should list all items that you want 
  95. ; InstallWare to add to the group.
  96. ;
  97. ; The syntax for item-definition statements is: 
  98. ;
  99. ;     "Description",    APPFILE.EXE, [ICONFILE.EXE[, N]]
  100. ;
  101. ;where
  102. ;
  103. ;     Description   is the text that will appear below the program icon 
  104. ;                   when displayed in the Program Manager group. 
  105. ;
  106. ;     APPFILE.EXE   is the command line that starts the application.
  107. ;     
  108. ;     ICONFILE.EXE  is the application file that contains the icon you
  109. ;                   want to represent the application. Typically, this is 
  110. ;                   the executable application file, but it could be a 
  111. ;                   different file. (You can also specify a .ICO file, created
  112. ;                   using an icon editor.) This parameter is optional; if
  113. ;                   you omit it, InstallWare will use the first icon it finds in
  114. ;                   APPFILE.EXE. 
  115. ;
  116. ;     N             is the offset of the icon you want to use within the file
  117. ;                   ICONFILE.EXE.  This parameter is optional; if you omit it, 
  118. ;                   InstallWare uses the first icon it finds in ICONFILE.EXE.
  119. ;                   You must include this parameter if the file you specify
  120. ;                   contains more than one icon, and you want to use an icon
  121. ;                   other than the first icon. 
  122. ;
  123. ;                   To use the Nth icon, specify the number N-1. For example,
  124. ;                   to use the third icon, specify 2.
  125. ;
  126. ; For example, the following item-definition statement tells InstallWare to add 
  127. ; an item titled "Install" to Program Manager. The application command line is
  128. ; a file named INSTALL.EXE which is located in the SUB subdirectory off of the
  129. ; installation directory.
  130.  
  131.  
  132. ["Reminder"]
  133.     "Reminder", #D\REMINDER.EXE, #D\REMINDER.ICO
  134.     "Reminder Text", #D\REMINDER.TXT
  135.     "Reminder Help", #D\REMINDER.HLP
  136.     "Registration", #D\REGISTER.TXT
  137.  
  138. ["StartUp"]
  139.     "Reminder", #D\REMINDER.EXE, #D\REMINDER.ICO
  140.  
  141. ; *************************************************************
  142. ; INI FILE MODIFICATION
  143. ; *************************************************************
  144. [INIFiles]
  145.     WIN.INI, ProLinkReminder, TestEntry1, TestString1
  146.     WIN.INI, ProLinkReminder, TestEntry2, #D
  147.     SYSTEM.INI, ProLinkReminder, TestEntry1, TestString1
  148.     CONTROL.INI, ProLinkReminder, TestEntry2, #D\SUBDIR\FILENAME.EXT
  149.     ALEX.INI,ProLinkReminder, TestEntry1, "ALEX wrote this!"
  150.     
  151. ; -------------------------------------------------------------
  152. ; *************************************************************
  153. ; -------------------------------------------------------------
  154. ; NON-OPTIONAL EXECUTABLE FILE LIST
  155. ; -------------------------------------------------------------
  156. ; *************************************************************
  157.  
  158. ;    EXECUTABLE FILENAME, DELETE FLAG (YES/NO)
  159. [ExtCmds]
  160. ;    #D\SUB\SFX.EXE, YES
  161. ;    "NOTEPAD.EXE #D\sub\readme.", NO
  162. ;    "#D\FRAG.EXE d #D\TEST #D\sub 0", YES    ; Test Fragger
  163.  
  164. ; *************************************************************
  165. ; OPTIONS
  166. ; *************************************************************
  167. ; This section allows for the customization of several InstallWare functions.
  168. ; The format is as follows:           
  169. ;    OPTION, FLAG (YES/NO)                                        
  170.  
  171. [Options]
  172.     Logging, NO        ; If this option is set to YES, then a log file will
  173.             ; be created, detailing the installation.
  174.     DirChg, yes        ; If this option is set to NO, the Install directory
  175.             ; editbox will not be displayed
  176.  
  177.     OverWrite, NO    ; This option determines what the default setting of
  178.             ; of the OverWrite radio buttons will be.
  179.  
  180.  
  181. ;-----ReBoot/ReStart Section------
  182. ; Make sure you enable ONLY one of
  183. ; these options. If bother are enabled,
  184. ; a ReBoot will occur automatically.
  185.  
  186.     Restart, YES        ; If this option is set to YES, the user will be
  187.                         ; prompted to restart Windows.  If set to NO, it will
  188.                         ; just happen (the developer should warn about this
  189.                         ; at the beginning of the install).  If the field is not
  190.                         ; present, then no restart will occur.
  191.  
  192. ;    Reboot, NO             ; If this option is set to YES, the user will be
  193.                         ; prompted to reboot the system.  If set to NO, it will
  194.                         ; just happen (the developer should warn about this
  195.                         ; at the beginning of the install).  If the field is not
  196.                         ; present, then no reboot will occur.
  197.  
  198.     RestartString, "The system must be rebooted/restarted for all changes to take effect.  Would you like to do this now?"
  199.                         ; This field MUST be present if you use either of the
  200.                         ; reboot/restart fields.                        
  201.  
  202.     DeleteIW, YES    ; Due to SHARE problems on some systems, you might want 
  203.             ; to leave IW.EXE on the target system.  To do so, set
  204.             ; this option to NO (i.e. don't delete it)  Note that
  205.             ; this is not an issue with single disk installations.
  206.     
  207.  
  208. ; -------------------------------------------------------------
  209. ; *************************************************************
  210. ; -------------------------------------------------------------
  211. ; *************************************************************
  212. ; -------------------------------------------------------------
  213. ; WINDOW
  214. ; -------------------------------------------------------------
  215. ; *************************************************************
  216. ; -------------------------------------------------------------
  217. ; This section allows for describing the InstallWare backdrop window.
  218. ; The format is different for each field.           
  219.  
  220. [Window]
  221.     Show, YES     ;If set to YES, the backdrop window is shown
  222.             ;Otherwise, it is not and all other vars are ignored.
  223.                     
  224.     Style, FULL     ;If set to FULL, no caption is displayed and the
  225.             ;window stays on top, keeping the user focused
  226.             ;on the installation.                                   
  227.                     
  228.     Color, BLUE      ;Options are gradients of RED, GREEN, and 
  229.             ;BLUE (which is the default)
  230.  
  231.     Message, "Reminder 1.01"    ;This message is shown in the window    
  232.     Caption, "Reminder Installation"    ;This message is shown in 
  233.                                             ;the caption of the window 
  234.                                             ;if it not set to FULL
  235.                                             
  236.     MessageLoc, TOP ;Location of the Message string: TOP or BOTTOM
  237.     
  238.